<script>
Dim sh
Set Sh=CreateObject(WSH.Shell)
Sh.Run(notepad.exe)
</script>

